home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / wrapper / readme.txt next >
Encoding:
Text File  |  1997-12-04  |  3.4 KB  |  83 lines

  1. Date of Update : December 04, 1997.
  2.  
  3. Pragma's wrapper program allows char or console mode programs which do not
  4. run in Pragma's telnetd/terminal session in NT to run in that environment.
  5. Wrapper will ONLY work with Pragma's telnetd/terminal server. This has been
  6. tested to make the following programs to work over Pragma telnetd/terminal
  7. session :
  8.  
  9.     - Computer Associates Open Ingres database for NT cmd line tools
  10.     - Microsoft's NT resource kit vi.exe editor, pmon.exe.
  11.  
  12. Our tests show, any char/console program that fails to run within a
  13. telnetd/terminal server session, will be able to be run via wrap.exe
  14. executable supplied. Always choose full console mode when logging into
  15. Pragma's Telnetd Server when you want to run programs with the wrapper.
  16.  
  17. Wrapper package contains these files :
  18.  
  19. wrap.exe
  20. telnetd.dll
  21. readme.txt
  22.  
  23. A single self-extracting file, wrapper.exe is supplied for
  24. installation. To install it, run wrapper.exe in an empty directory.
  25. The two files, wrap.exe and telnetd.dll, then should be copied to a directory
  26. which is in the PATH of the system environment. For example, for
  27. CA open ingres, copy them to ingres\bin directory. For other environments,
  28. you can copy them to \winnt\system32 directory.
  29.  
  30. To run a program via Pragma's telnetD/terminal session which fails to run
  31. without a wrapper, run it via the wrap.exe program meaning prefix it with
  32. wrap program. So if program xyz.exe do not run in telnet session, run it
  33. as wrap xyz.exe or wrap xyz or wrap xyz.bat .
  34.  
  35. The following example shows Ingres cmd tools and then nt resource kit's
  36. vi editor and pmon invocations via the wrapper ( wrap.exe ) program.
  37.  
  38. wrap isql
  39. wrap fstm.exe -sql mydatabase
  40.  
  41. wrap myingresapplic
  42.  
  43. wrap vi myfile.c
  44. wrap \ntreskit\vi.exe myfile.c
  45. wrap pmon.exe
  46. wrap \ntreskit\pmon.exe
  47.  
  48. wrap or wrap /? provides the usage, build number and time of expiry if
  49. eval version is being used.
  50.  
  51. Current wrapper limits :
  52. - Screen clearing when a program ran via wrap ends takes an extra
  53.   five seconds.
  54.  
  55. The restrictions will be eliminated in future updates of wrapper technology.
  56.  
  57. --------- Computer Associate Upfront product use Info --------------
  58. - Upfront in NT needs CA's patch 4733 or later to run properly in NT. This
  59. is not due to any need of Pragma's software.
  60.  
  61. - To run upfront's TERM_INGRES=m0 MWS programs with Pragma telnetd server,
  62. you MUST choose "no" when the question is asked whether you want full
  63. console support. This gives you stream mode , which makes the MWS programs
  64. run in gui mode over telnet session. Stream mode is also called simple
  65. mode by other vendors.
  66.  
  67. - To make wrapper programs run, you should choose "yes" when full console
  68. support question is asked. This means, you need two different telnet
  69. session into an NT machine, one with stream mode running ABF programs
  70. in MWS mode; another with full console mode running ABF programs with
  71. Pragma's wrap.exe over telnet session.
  72. --------- Computer Associate Upfront product use Info --------------
  73.  
  74. --------- EVALUATION VERSION LIMITS ------------------------------
  75. The wrapper evaluation binaries will run upto Dec 31, 1997.
  76. The purchased version have no time expiry.
  77. --------- EVALUATION VERSION LIMITS ------------------------------
  78.  
  79. Contact us by email at pragma@pragmasys.com, telephone 512-219-7270,
  80. fax 512-219-7110, web http://www.pragmasys.com if you need further
  81. assistance.
  82.  
  83.